home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
C-H
/
Discipline2.0.2.sit
/
Discipline 2.0.2
/
Discipline Help
< prev
next >
Wrap
Text File
|
1991-04-09
|
3KB
|
85 lines
The text of this file is built into Discipline. You do not need this file
to access the help from Discipline. This is provided for reading or printing
without using Discipline.
Discipline Help :
Discipline uses a leveled hierarchy of tables to define the tests it
performs.
You can configure Discipline by editing these tables.
This means
select a part of the structure,
display the selected part,
change the selected part.
• The test descriptions :
There are two lists of test descriptions associated with each system
call, one for before and one for after the system call.
A list of test descriptions can contain an arbitrary number of test
descriptions.
A test description conatins the number of the 'dsct' test resource,
and the list of actual parameter descriptions.
• The current selection :
The current selection is either
empty, or
a list of test descriptions, or
a test description, or
an actual parameter description.
• Configuration commands :
There may be more than one command on a line, if they are separated
by commas.
O ( N | FF )
switches on or off Discipline.
This command does not change the configuration of Discipline.
B [systemCallName]
A [systemCallName]
selects the list of test descriptions for before or for after the
named system call.
If no name is given it selects the list for before or for after
the selected system call.
L [testNumber]
sets the selection to the test descriptions of given number in
the selected list.
If no testNumber is given it lists the selected list.
If repeatedly no testNumber is given it lists consecutive lists.
P [dsctTestResourceParameterName]
sets the selection to the actual parameter description of given
name in the selected test description.
If no dsctTestResourceParameterName is given it displays the long
description of the 'dsct' test resource.
S [actualParameterDescription]
sets the selected actual parameter description to
actualParameterDescription.
X
deletes the selected test description.
I [dsctTestResourceName]
inserts a new test with 'dsct' test resource dsctTestResourceName
behind the selected test description.
If repeatedly no dsctTestResourceName is given it lists the
descriptions of all memory resident 'dsct' test resources.
J [dsctTestResourceName]
inserts a new test in front of the selected test description.
Otherwise like command I.
Y
displays information about the selected system call.
?
displays this help information.
• Actual parameter descriptions :
All numbers are in hexadecimal representation.
P [systemCallParameterName]
for a system call parameter.
( B | A ) R ( ( ( D | A ) registerNumber ( B | W | L) ) | P | S )
for a register before or after the trap.
( B | A ) S stackOffset ( B | W | L)
for data from the stack before or after the trap.
T
for the trap word.
C ( B byte | W word | L long | S
( P \"Pascal string\" | C \"C string\" ) )
for a constant number or string.